- CREATE FUNCTION
- CREATE FUNCTION
English-Russian SQL Server dictionary. 2013.
English-Russian SQL Server dictionary. 2013.
Function overloading — or method overloading is a feature found in various programming languages such as Ada, C#, VB.NET, C++, D and Java that allows the creation of several methods with the same name which differ from each other in terms of the type of the input and… … Wikipedia
create — [krē āt′; ] often [ krē′āt΄] vt. created, creating [ME createn < L creatus, pp. of creare, to create < IE * k̑rē , var. of base * ker , to grow, cause to grow > CEREAL] 1. to cause to come into existence; bring into being; make;… … English World dictionary
Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… … Wikipedia
function — I UK [ˈfʌŋkʃ(ə)n] / US noun Word forms function : singular function plural functions *** 1) a) [countable/uncountable] the job that something is designed to do The function of advertising is to create a unique image for your company. perform a… … English dictionary
function — func|tion1 [ fʌŋkʃən ] noun *** 1. ) count or uncount the job that something is designed to do: The function of advertising is to create a unique image for your company. perform a function: All the backup systems performed their function… … Usage of the words and phrases in modern English
function*/*/*/ — [ˈfʌŋkʃ(ə)n] noun I 1) [C/U] a job that something is designed to do, or the duties or responsibilities that someone has in their job The function of advertising is to create a unique image for your company.[/ex] 2) [C] a social event such as a… … Dictionary for writing and speaking English
User-defined function — A User Defined Function, or UDF, is a function provided by the user of a program or environment, in a context where the usual assumption is that functions are built into the program or environment.BASIC languageIn some old implementations of the… … Wikipedia
User Defined Function — Eine Benutzerdefinierte Funktion (engl. User Defined Function, Abkürzung UDF) in einer Programmierumgebung bezeichnet eine Funktion, die der Anwender selbst erstellen und in seine Projekte einbinden kann. Sie erfüllt eine Aufgabe wie ein Makro,… … Deutsch Wikipedia
First-class function — In computer science, a programming language is said to support first class functions (or function literal) if it treats functions as first class objects. Specifically, this means that the language supports constructing new functions during the… … Wikipedia
Ordinal collapsing function — In mathematical logic and set theory, an ordinal collapsing function (or projection function) is a technique for defining (notations for) certain recursive large countable ordinals, whose principle is to give names to certain ordinals much larger … Wikipedia
Variadic function — In computer programming, a variadic function is a function of variable arity; that is, one which can take different numbers of arguments. Support for variadic functions differs widely among programming languages.There are many mathematical and… … Wikipedia